home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000810_tim@maths.tcd.ie_Fri Jul 29 05:02:25 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA16611
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 29 Jul 1994 05:02:25 -0400
  3. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie
  4.            Via SMTP (FibreOptic) id aa15807; 29 Jul 94 0:43 BST
  5. Subject: Re: your mail
  6. To: Dimitris Agrafiotis <dimitris@bart.3dp.com>
  7. Date: Fri, 29 Jul 1994 00:43:41 (BST)
  8. From: Timothy Murphy <tim@maths.tcd.ie>
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: <9407282201.AA15673@bart.3dp.com> from "Dimitris Agrafiotis" at Jul 28, 94 06:01:00 pm
  11. X-Mailer: ELM [version 2.4 PL21]
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 519       
  16. Message-Id:  <9407290043.aa08123@hamilton.maths.tcd.ie>
  17.  
  18. > I tried to 'make' TeX on an SGI Indigo2 (R4000) running Irix 5.2 and got
  19. > the following compilation errors:
  20. > --------------BEGINNING-OF-MAKE-LISTING---------------------------------
  21. > ...
  22. > cfe: Error: /usr/include/X11/Xlib.h, line 1039: Syntax Error
  23. >      foil_x_defining_wchar_t         *chars;
  24. >  ----^
  25.  
  26. You have to #define NO_FOIL_X_WCHAR_T
  27. eg by changing the definition of CFLAGS in the master Makefile
  28. (or Makefile.in).
  29.  
  30. ##CFLAGS = -g $(XCFLAGS)
  31. CFLAGS = -O -s -DNO_FOIL_X_WCHAR_T $(XCFLAGS)
  32.